home *** CD-ROM | disk | FTP | other *** search
- object FormCur: TFormCur
- Left = 215
- Top = 188
- BorderStyle = bsDialog
- Caption = 'Cursor'
- ClientHeight = 169
- ClientWidth = 209
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 193
- Height = 117
- Shape = bsFrame
- end
- object LabelX: TLabel
- Left = 24
- Top = 28
- Width = 57
- Height = 12
- Caption = 'Hot spot X:'
- end
- object LabelY: TLabel
- Left = 24
- Top = 60
- Width = 57
- Height = 12
- Caption = 'Hot spot Y:'
- end
- object Button1: TButton
- Left = 40
- Top = 131
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 121
- Top = 131
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object CheckAlpha: TCheckBox
- Left = 24
- Top = 92
- Width = 149
- Height = 17
- Caption = 'With alpha channel'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object Edit1: TEdit
- Left = 116
- Top = 24
- Width = 53
- Height = 20
- TabOrder = 0
- Text = '0'
- end
- object UpDownX: TUpDown
- Left = 169
- Top = 24
- Width = 15
- Height = 20
- Associate = Edit1
- Min = 0
- Position = 0
- TabOrder = 1
- Thousands = False
- Wrap = False
- end
- object Edit2: TEdit
- Left = 116
- Top = 56
- Width = 53
- Height = 20
- TabOrder = 2
- Text = '0'
- end
- object UpDownY: TUpDown
- Left = 169
- Top = 56
- Width = 15
- Height = 20
- Associate = Edit2
- Min = 0
- Position = 0
- TabOrder = 3
- Thousands = False
- Wrap = False
- end
- end
-